home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / extens / dband / Bandwidth Tester.xpi / chrome / bandwidthtest.jar / content / update_dialog.xul < prev   
Encoding:
Extensible Markup Language  |  2004-05-21  |  1018 b   |  23 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
  4.  
  5. <!DOCTYPE dialog SYSTEM "chrome://switchproxy/locale/locale.dtd">
  6.  
  7. <dialog buttons="accept, cancel"
  8.         id="BandwidthTestProductUpdate"
  9.         ondialogaccept="bandwidthtest_update_notifyToggle(); bandwidthtest_update_install(); return true;"
  10.         ondialogcancel="return bandwidthtest_update_notifyToggle();"
  11.         title="Upgrade Bandwidth Tester"
  12.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  13.     
  14.     <script type="application/x-javascript" src="chrome://bandwidthtest/content/autoupdate.js"></script>
  15.     <script type="application/x-javascript" src="chrome://bandwidthtest/content/update_dialog.js"></script>
  16.     
  17.     <vbox style="width: 250px;">
  18.         <description>
  19.             A new version of the Bandwidth Tester is available. Would you like to install it now?
  20.         </description>
  21.         <checkbox label="Don't show this dialog again" id="bandwidthtest.update.notify" checked="false" />
  22.     </vbox>
  23. </dialog>